This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Can @For and @While works on Web? ~Sven Kifoogenli 19.Dec.03 03:25 PM a Web browser Domino Designer 6.0.2 CF2Windows 2000
Yes it can, but it works in the same way as an @If or any other formula, so if you want to perform more than one function you need to nest the functions in an @Do statement,as below. Also it's a good idea to use [FailSilent] for @DBLookups in ND6 so you don't have to check for potential errors. Also, is the day field you're trying to set a number field?